E:/E+I/Informatik/Projekte/FH/n-Damen Problem/ndame.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <string.h>
#include <time.h>

Go to the source code of this file.

Data Structures

struct  data

Defines

#define MAX_SIZE   12
#define MIN_SIZE   4
#define X_POS   55
#define Y_POS   6
#define BOARD_PART_1   177
#define BOARD_PART_2   0
#define QUEEN   1

Enumerations

enum  mode { automatic, manual }


Detailed Description

PURPOSE: file contains header of n-queens problem

Author:
Daniel Hasemann
Version:
1.0
Date:
December 16th, 2005

Definition in file ndame.h.


Define Documentation

#define BOARD_PART_1   177
 

Definition at line 19 of file ndame.h.

Referenced by calculate(), and chessboard().

#define BOARD_PART_2   0
 

Definition at line 20 of file ndame.h.

Referenced by calculate(), and chessboard().

#define MAX_SIZE   12
 

Definition at line 15 of file ndame.h.

#define MIN_SIZE   4
 

Definition at line 16 of file ndame.h.

Referenced by options().

#define QUEEN   1
 

Definition at line 21 of file ndame.h.

Referenced by psolution().

#define X_POS   55
 

Definition at line 17 of file ndame.h.

Referenced by calculate(), chessboard(), and psolution().

#define Y_POS   6
 

Definition at line 18 of file ndame.h.

Referenced by calculate(), chessboard(), and psolution().


Enumeration Type Documentation

enum mode
 

Enumerator:
automatic 
manual 

Definition at line 23 of file ndame.h.

00024 {   
00025     automatic,
00026     manual
00027 };


Generated on Sun Dec 18 19:26:14 2005 for n-Queens Problem by  doxygen 1.4.5